home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Ghostscript / src / gsdll32.def < prev    next >
Encoding:
Text File  |  2001-01-01  |  375 b   |  18 lines

  1. LIBRARY        GSDLL32 INITINSTANCE
  2. DESCRIPTION    'Ghostscript Interpreter DLL'
  3. DATA        MULTIPLE NONSHARED 
  4. EXPORTS    
  5.         DllEntryPoint
  6.         DllMain
  7.         gsdll_revision        @1
  8.         gsdll_init        @2
  9.         gsdll_execute_begin    @3
  10.         gsdll_execute_cont    @4
  11.         gsdll_execute_end    @5
  12.         gsdll_exit        @6
  13.         gsdll_lock_device    @7
  14.         gsdll_copy_dib      @8
  15.         gsdll_copy_palette     @9
  16.         gsdll_draw        @10
  17.         gsdll_get_bitmap_row    @11
  18.